ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ListBox<T> Class
Members






In This Topic
    ListBox<T> Class
    In This Topic
    The ListBox control displays a list of items which may contain plain text or HTML, and allows users to select items with the mouse or the keyboard.
    Object Model
    ListBox<T> Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class ListBox(Of T) 
       Inherits ItemsBoundControl(Of T)
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As ListBox(Of T)
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class ListBox<T> : ItemsBoundControl<T>, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class ListBox = class(ItemsBoundControl, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    JScript does not support Generics.
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class ListBox<T> : public ItemsBoundControl<T>, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    generic<typename T>
    public ref class ListBox : public ItemsBoundControl<T>, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.ListBox<T>

    See Also